OpenRoads Designer CONNECT Edition SDK Help

Intersect(DPoint3d, DVector3d) Method

Gets collection of intersections with an infinite vector starting at origin.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearIntersectionCollection Intersect( DPoint3d origin, DVector3d vect)

Parameters

SettingDescription
  DPoint3d Origin of the vector.
  DVector3d Vector.

Return Value

LinearIntersectionCollection Intersections with the vector.

See Also